.mapcontact{
    display:flex;
    width:100%;
    height:fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container2{
    width:100%;
    height: 283px;
    display: relative;
    align-items: top;
    flex: 7;
}
iframe{
    width: 100%;
    height: 283px;
    filter: drop-shadow(100%);
    /*/ filter: invert(100%)*/
}


.contacts{
    flex:3;
    font-size: 12px;
    background-color:darkslategrey;
    height: 283px;
}
.details {
    flex: 1;
    text-align: center;
    margin: 20px;
}

.topic {
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.text-one {
    color: white;
}

.text-two {
    color: white;
}

  /* Example of changing font style */
.container2 {
    font-family: Arial, sans-serif;
}


.fas {
    font-size: 12px;
    color: white; /* Change icon color here */
}

@media (min-width: 320px) and (max-width: 480px){
    .mapcontact{
        display:flex;
        width:100%;
        height:fix-content;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .container2{
        width:100%;
        height: 283px;
        display: relative;
        align-items: top;
        flex: 7;
    }
    iframe{
        width: 100%;
        height: 283px;
        filter: drop-shadow(100%);
        /*/ filter: invert(100%)*/
    }
    
    
    .contacts{
        flex:3;
        font-size: 12px;
        background-color:darkslategrey;
        height: 283px;
    }
    .details {
        flex: 1;
        text-align: center;
        margin: 20px;
    }
    
    .topic {
        font-weight: bold;
        color: white;
        font-size: 12px;
    }
    
    .text-one {
        color: white;
    }
    
    .text-two {
        color: white;
    }
    
      /* Example of changing font style */
    .container2 {
        font-family: Arial, sans-serif;
    }
    
    
    .fas {
        font-size: 12px;
        color: white; /* Change icon color here */
    }
    

}
@media (min-width: 481px) and (max-width: 768px){
    .mapcontact{
        display:flex;
        width:100%;
        height:fix-content;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .container2{
        width:100%;
        height: 283px;
        display: relative;
        align-items: top;
        flex: 7;
    }
    iframe{
        width: 100%;
        height: 283px;
        filter: drop-shadow(100%);
        /*/ filter: invert(100%)*/
    }
    
    
    .contacts{
        flex:3;
        font-size: 12px;
        background-color:darkslategrey;
        height: 283px;
    }
    .details {
        flex: 1;
        text-align: center;
        margin: 20px;
    }
    
    .topic {
        font-weight: bold;
        color: white;
        font-size: 12px;
    }
    
    .text-one {
        color: white;
    }
    
    .text-two {
        color: white;
    }
    
      /* Example of changing font style */
    .container2 {
        font-family: Arial, sans-serif;
    }
    
    
    .fas {
        font-size: 12px;
        color: white; /* Change icon color here */
    }
    

}
@media (min-width: 769px) and (max-width: 1024px){
    .mapcontact{
        display:flex;
        width:100%;
        height:fix-content;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .container2{
        width:100%;
        height: 283px;
        display: relative;
        align-items: top;
        flex: 7;
    }
    iframe{
        width: 100%;
        height: 300px;
        filter: drop-shadow(100%);
        /*/ filter: invert(100%)*/
    }
    
    
    .contacts{
        flex:3;
        font-size: 12px;
        background-color:darkslategrey;
        height: 300px;
    }
    .details {
        flex: 1;
        text-align: center;
        margin: 20px;
    }
    
    .topic {
        font-weight: bold;
        color: white;
        font-size: 12px;
    }
    
    .text-one {
        color: white;
    }
    
    .text-two {
        color: white;
    }
    
      /* Example of changing font style */
    .container2 {
        font-family: Arial, sans-serif;
    }
    
    
    .fas {
        font-size: 12px;
        color: white; /* Change icon color here */
    }
    

}
@media (min-width: 1025px) and (max-width: 1200px){
    .mapcontact{
        display:flex;
        width:100%;
        height:fix-content;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .container2{
        width:100%;
        height: 283px;
        display: relative;
        align-items: top;
        flex: 7;
    }
    iframe{
        width: 100%;
        height: 300px;
        filter: drop-shadow(100%);
        /*/ filter: invert(100%)*/
    }
    
    
    .contacts{
        flex:3;
        font-size: 12px;
        background-color:darkslategrey;
        height: 300px;
    }
    .details {
        flex: 1;
        text-align: center;
        margin: 20px;
    }
    
    .topic {
        font-weight: bold;
        color: white;
        font-size: 12px;
    }
    
    .text-one {
        color: white;
    }
    
    .text-two {
        color: white;
    }
    
      /* Example of changing font style */
    .container2 {
        font-family: Arial, sans-serif;
    }
    
    
    .fas {
        font-size: 12px;
        color: white; /* Change icon color here */
    }



}