.model-videos {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.model-video {
    flex: 0 1 calc(25% - 5px);
}
.model-video video {
    width: 100%;
}

.description-singular {
    padding-left: 30px;
    flex: 1 1 auto;
}
@media (max-width: 768px) {
    .description-singular {
        padding-left: 0;
        margin-top: 30px;
    }
    .wrapper-singular {
        padding: 30px 0;
    }
    .model-video {
        flex: 0 1 calc(50% - 5px);
    }
}
.post-info-wrapper-singular {
    display: flex;
}
@media (max-width: 768px) {
    .post-info-wrapper-singular {
        flex-direction: column;
    }
}
.post-info-wrapper-singular .post-thumbnail {
    flex: 0 1 20%;
}
.aboutgirl h2 {
    font-size: var(--title-h3);
}
.aboutgirl h3 {
    font-size: var(--title-h4);
}
/* aboutgirl-header */
.aboutgirl-header {
    display: flex;
    gap: 20px;
    color: white;
}
.aboutgirl-title {
    font-size: var(--title-h4);
    text-transform: none;
}
.aboutgirl-name {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: var(--title-h2);
    text-transform: uppercase;
}

.aboutgirl-header > * {
    flex: 0 1 50%;
}

.name-section {
    display: flex;
    flex-direction: column;
    color: #ff46ba;
}

h1.aboutgirl-name {
    flex: 0 1 50%;
}
@media (max-width: 768px) {
    h2.aboutgirl-name {
        font-size: 32px;
    }
}

.aboutgirl-phone-number {
    font-size: 20px;
}

.aboutgirl-header-right {
    display: flex;
    justify-content: space-between;
}
.aboutgirl .aboutgirl__contact-info {
}
@media (max-width: 768px) {
    .aboutgirl {
        display: flex;
        flex-direction: column;
    }
    .aboutgirl .aboutgirl__contact-info {
        order: -1;
        border: none;
        padding-top: 0;
        margin-top: 0;
    }
    .aboutgirl__header,
    .services-wrap {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--light-color);
    }
}

.whatsapp-icon {
    width: auto;
    height: auto;
}
.whatsapp-icon a {
    display: inline-block;
    height: 100%;
    width: auto;
    line-height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px 0px;
    padding: 10px 18px 10px 52px;
    background-color: #0ebc54;
}

.aboutgirl__header {
    position: relative;
    line-height: 120%;
}
    .aboutgirl__header * {
    }
.aboutgirl__description {
    
}

.girlinfo-wrapper {
    display: flex;
}
.girlinfo {
}
.girlinfo.l {
    flex: 0 1 50%;
    display: flex;
}
.girlinfo.l > * {
    flex: 0 1 50%;
}
.girlinfo.r {
    flex: 0 1 50%;
}

.contact-info * {
}
.contact-info__row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.contact-info__item {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
    .contact-info__item * {
        color: var(--light-text-color);
    }
.contact-info__item * {
    color: var(--light-text-color);
}
.contact-info__item span {
    width: 25px;
    height: 25px;
    display: block;
}
.contact-info__item:first-child {
    border-top: 0px solid var(--accent-dark-color);
}
.contact-info__item--phone {
    display: flex;
    align-items: center;
    transition: all 0.s ease 0s;
    transition-duration: 0.3s;
}
.contact-info__item--phone svg {
    width: 25px;
    height: 25px;
}
    .contact-info__item--phone svg path {
        fill: var(--accent-color);
    }
.contact-info__item--phone a {
    color: var(--accent-color);
    font-size: var(--title-h4);
}
.contact-info__item--phone:hover{
    opacity: 0.7;
}
.contact-info__item--media {
    display: flex;
}
.contact-info__item--media a {
    display: block;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease 0s;
}
    .contact-info__item--media a:hover{
        opacity: 0.7;
    }
.contact-info__item--media svg {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .contact-info__item {
        gap: 15px;
        display: flex;
    }
    .contact-info__item a {
        font-size: 24px;
        display: block;
        margin-top: 15px;
    }
    .contact-info__item--media {
        display: flex;
    }
    .contact-info__item--media a {
        width: 60px;
        height: 60px;
    }
}

.aboutgirl-item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--accent-color);
}
.services {
    display: flex;
    margin: 15px -7px 0;
    background-color: var(--accent-dark-color);
    padding: 15px 0;
}
.services >* {
    flex: 1 1 50%;
    padding: 0 15px;
    border-left: 1px solid var(--light-color);
}
    .services >*:first-child{
        border: none;
    }
.services ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 30px;
}
.services ul li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    color: var(--accent-color);
}
.services ul li a {
    color: var(--accent-color);
    text-decoration: underline;
}
.services ul li a:hover {
    text-decoration: none;
}
.services ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: block;
}
.aboutgirl h3 {
    color: var(--light-color);
    text-transform: uppercase;
    font-weight: 300;
}

.aboutgirl__details  {
}
.aboutgirl__details ul {
    margin-top: 15px;
    margin-bottom: 0;
}
.aboutgirl__details ul li:nth-child(odd) {
    background-color: var(--accent-dark-color);
}
.aboutgirl__details ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.aboutgirl__details ul li span {
    color: var(--dark-color);
}
.aboutgirl__details ul li:nth-child(odd) span {
    color: var(--light-color);
}
.aboutgirl__details ul li span:first-child{
    color: var(--accent-color);
}
@media (max-width: 768px) {
}



.girl-view {
    color: var(--accent-color);
    font-size: var(--title-h4);
    display: block;
    float: right;
}

.aboutgirl__edit-model {
    display: inline-block;
    margin-bottom: 15px;
}


.aboutgirl__contact-agency a {
    margin-top: 15px;
    display: inline-block;
    color: var(--accent-color);
    transition-duration: 0.3s;
    
}
.aboutgirl__contact-agency a:hover {
    opacity: 0.7;
}