.number-address-area {
    display: flex;
    /* align-items: center; */
    border-radius: 7px;
    background: #fff;
    position: relative;
    transition: all 0.4s;
    flex-direction: column;
    gap: 30px;
}
.phone-number {
    display: flex;
    align-items: center;
    /* margin: 0 40px 0 0; */
}
.phone-number .img1 {
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(28, 50, 3, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
}
.content h2 {
    margin-bottom: 30px;
} 
.content p {
    color: #3D4C5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.content_info {
    margin-left: 16px;
}
.content_info p {
    color: #3D4C5E;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.content_info a {
    color: #090B0E;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    transition: all 0.4s;
    text-decoration: none;
}
.number-address-area, .number-address-area2:not(:last-child) {
    margin-bottom: 30px;
}
.img1 img {
    max-width: 20px;
}

@media (max-width: 768px) {
    .phone-number .img1 {
        display: none;
    }
    .contact_f_details {
        text-align: left;
    }
    .number-address-area {
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
    }
    .content_info {
        margin-left: 0;
    }
}
