.about-features-item{
position: relative;
min-height: 3.2rem;
}
.about-features-item:before,
.about-features-item:after{
position: absolute;
content: "";
border-radius: 50%;
}
.about-features-item:before{
left: 0;
top: 0;
height: 3.2rem;
width: 3.2rem;
background: var(--secondary-color-300);
}
.about-features-item:after{
height: 0.8rem;
width: 0.8rem;
background: var(--secondary-color);
left: 1.2rem;
top: 1.2rem;
}
.about-features-head {
padding-top: 0.3rem;
}
.about-features ul{
margin-top: 0;
display: flex;
flex-wrap: wrap;
}
.about-features li{
background: var(--secondary-color-300);
color: var(--secondary-color);
font-size: 1.2rem;
line-height: 1.8rem;
border-radius: 1.2rem;
padding: 0 1.2rem;
min-height: 2.4rem;
}
.about-features-body{
display: none;
}
.about-features-body.active{
display: block;
}
.about-img {
padding: 2.4rem 1.2rem 2.4rem 2.4rem;
height: 48.9rem;
display: flex;
align-items: center;
}
.about-img img {
display: none;
max-width: 100%;
max-height: 100%;
width: auto;
margin: auto;
}
.about-img img:first-child{
display: block;
}
.about-profile-outer > span{
font-size: 1.4rem;
line-height: 2.3rem;
}
.about-profile-btn .btn{
color: var(--secondary-color) !important;
}
.about-profile-btn .btn:hover{
color: var(--primary-color) !important;
}
@media(min-width:1200px) and (max-width:1259px){
.about-img {
height: 45.9rem;
}
}
@media(min-width:992px) and (max-width:1199px){
.about-img {
padding: 1.6rem;
height: 36.9rem;
}    
}
@media(min-width:768px) and (max-width:991px){
.about-img-outer {
margin-top: 3.2rem;
}
.about-img {
padding: 2.4rem;
}
}
@media(max-width:767px){
.about-img-outer {
margin-top: 3.2rem;
}
.about-profile-outer > span {
width: 100%;
text-align: center;
}
.about-profile-btn {
width: 100%;
justify-content: center;
}
.about-img {
padding: 2.4rem;
height: 28.4rem;
}
}