.align-top{
    margin-top: 7%;
}
.p-text{
    font-size: 22px;
}

.tab-btn {
background-color: #db5025;
    height: 45px;
    font-size: 23px;
    width: 110px;
}
.main-text{
    color: #db5025;
}
@media (max-width:769px) {
    .align-top{
        margin-top: 10%;
    }
}